-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conformance testing for cosign #3806
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3806 +/- ##
==========================================
- Coverage 40.10% 37.06% -3.04%
==========================================
Files 155 203 +48
Lines 10044 12780 +2736
==========================================
+ Hits 4028 4737 +709
- Misses 5530 7453 +1923
- Partials 486 590 +104 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few questions, this looks amazing, thanks!
Also add e2e test and some helpful error messages about what flags go together Signed-off-by: Zach Steindler <steiza@github.com>
Signed-off-by: Zach Steindler <steiza@github.com>
Signed-off-by: Zach Steindler <steiza@github.com>
Signed-off-by: Zach Steindler <steiza@github.com>
* Adding conformance helper and Action Also add e2e test and some helpful error messages about what flags go together Signed-off-by: Zach Steindler <steiza@github.com> * Allow conformance driver to call cosign with user-supplied args Signed-off-by: Zach Steindler <steiza@github.com> * fix e2e test Signed-off-by: Zach Steindler <steiza@github.com> * Detail TODO comments; remove unneeded trusted root in e2e tests Signed-off-by: Zach Steindler <steiza@github.com> --------- Signed-off-by: Zach Steindler <steiza@github.com>
Summary
Addresses the last P0 of #3139, including support for conformance testing, an e2e test, and some CLI warnings about incompatible flags.
Release Note
NONE - although maybe we should break #3139 into smaller chunks, and release the P0 parts of it while leaving the container image parts for a later release?
Documentation
N/A - see above